home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / html / manual.doc / internals.pl < prev    next >
Encoding:
Text File  |  1997-01-20  |  711 b   |  31 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate internals original text with physical files.
  3.  
  4.  
  5. $key = q/sec:cmdspec/;
  6. $ref_files{$key} = "$dir".q|node12_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/sec:extending/;
  10. $ref_files{$key} = "$dir".q|node11_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/sec:extpreds/;
  14. $ref_files{$key} = "$dir".q|node15_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. $key = q/sec:htmlmacros/;
  18. $ref_files{$key} = "$dir".q|node14_ct.html|; 
  19. $noresave{$key} = "$nosave";
  20.  
  21. $key = q/sec:htmltokens/;
  22. $ref_files{$key} = "$dir".q|node13_ct.html|; 
  23. $noresave{$key} = "$nosave";
  24.  
  25. $key = q/sec:overview/;
  26. $ref_files{$key} = "$dir".q|node4_ct.html|; 
  27. $noresave{$key} = "$nosave";
  28.  
  29. 1;
  30.  
  31.